dnd: Remove x/y coordinates from drag-data-received
authorBenjamin Otte <otte@redhat.com>
Tue, 5 Dec 2017 03:06:20 +0000 (04:06 +0100)
committerBenjamin Otte <otte@redhat.com>
Tue, 5 Dec 2017 04:29:00 +0000 (05:29 +0100)
commit4658d7ea5484c7d98c43b8f33483e43995efd8d5
treed9679bf4405c648552d4c80eeb140883f46515fb
parent6f00c1b6268cb2ac573b845ee881832b5edc4a0a
dnd: Remove x/y coordinates from drag-data-received

This is in preparation of using input streams to show that these
coordinates aren't needed most of the time and can otherwise be saved
during GtkWidget::drag-drop.
22 files changed:
demos/gtk-demo/clipboard.c
gdk/gdkclipboard.c
gdk/gdkclipboard.h
gtk/gtkcalendar.c
gtk/gtkcolorswatch.c
gtk/gtkdnd.c
gtk/gtkentry.c
gtk/gtkfilechooserbutton.c
gtk/gtkfilechooserwidget.c
gtk/gtkiconview.c
gtk/gtkmarshalers.list
gtk/gtknotebook.c
gtk/gtktextview.c
gtk/gtktreeview.c
gtk/gtkwidget.c
gtk/gtkwidget.h
tests/testdnd.c
tests/testdnd2.c
tests/testimage.c
tests/testlist3.c
tests/testnotebookdnd.c
tests/testtreednd.c